/* 
    Created on : 2016-11-24, 10:06:40
    Author     :  云启科技 
*/

/*通常样式*/

html, body {
    font-family: "Microsoft YaHei";
    margin: 0px auto;
    padding: 0px;
    width: 100%;
 }
 
 .left {
     float: left;
 }
 
 .right {
     float: right;
 }
 
 .clearfix {
     zoom: 1;
 }
 
 .clearfix:after {
     display: block;
     clear: both;
     content: ".";
     height:  0;
     width:  0;
     visibility: hidden;
 }
 
 p {
     /*margin:  0;*/
     padding: 0;
 }
 .mainw {
     width: 1200px;
     margin: 0 auto;
     clear: both;
     /*overflow: hidden;*/
 }
 
 a {
     text-decoration: none;
     color:  #000;
 }
 
 ul {
     list-style-type:  none;
     padding:  0;
     margin:  0;
 }
 
 
 img  {
     max-width: 100%;
     max-height: 100%;
 }
 
 .hide , .hidden {
     display: none;
     width: 0;
     height: 0;
 }
 
 #pages {
     width: 1200px;
     text-align: center;
     margin-top: 20px;
 }
 
 #pages .page-numbers {
     display: inline-block;
     padding: 5px;
     border: 1px solid #425494;
 }
 
 #pages .current {
     background: #425494;
     color: #fff;
 }
 
 /*==========  头部  ==========*/
 .header {
     left: 0px;
     top: 0px;
     width: 100%;
     margin: 0px auto;
     z-index: 100;
 }
 
 .header .logo {
 
 }
 
 .header_m {
     width: 1200px;
     height: 110px;
     margin: 0px auto;
     position: relative;
 }
 
 .top_nav {
     padding-top: 20px;
     height: 70px;
     line-height: 70px;
     position: absolute;
     right: 0px;
     top: 0px;
 }
 
 .top_nav li {
     float: left;
     width: 100px;
     height: 80px;
     text-align: center;
     margin-right: 20px;
 }
 
 .top_nav li.item_cls {
     background: url("");
 }
 
 .top_nav li a {
     display: block;
     color: #000;
     font-size: 18px;
     /*
         color: #000 !important;
         */
 
 }
 .top_nav li.red a {
         color: red !important;
         font-weight: 800;
 }
 
 .top_nav li a:hover {
     color: #216ca6;
     background: #fff;
 }
 
 
 .top_nav .item .menu_wrap {
     width: 360px;
     height: 170px;
     background: #fff;
     position: absolute;
     left: 0px;
     top: 100px;
     display: none;
     padding: 20px;
     z-index: 99;
 }
 
 .top_nav .item .menu_wrap img {
     float: right;
 }
 
 .top_nav .item .menu_wrap ul {
     padding-right: 10px;
     border-right: 1px solid #ccc;
     width: 120px;
 }
 
 .top_nav .item .menu_wrap ul li {
     float: none;
     width: 120px;
     height: 55px;
     line-height: 30px;
     margin: 0px;
     padding: 0px;
 }
 
 .top_nav .item .menu_wrap ul li a {
     font-size: 18px;
 }
 
 .top_nav .item .menu-wrap-big {
     width: 1200px;
     /*
     height: 400px;
     */
     background: #fff;
     z-index: 99;
     position: absolute;
     left: -400px;
     top: 100px;
     display: none;
     padding: 20px;
     z-index: 100;
 }
 
 .top_nav .item .menu-wrap-big .menu-big-item {
     float:left;
     width: 170px;
     margin:0px 30px;
     border-bottom: 1px solid #333;
     height: 40px;
     line-height: 40px;
 }
 
 .top_nav .item .menu-wrap-big .menu-big-item ul li {
     font-size: 14px;
     height: 30px;
     line-height: 30px;
     width: 150px;
     text-align: left;
     background: url("../images/list_s_02.jpg") no-repeat left center;
     padding-left: 20px;
 }
 
 .top_nav .item .menu-wrap-big .menu-big-item ul li a {
     font-size: 14px;
     display: inline;
     color:"#216ca6";
 }
 
 #inner-mbx {
     line-height: 34px;
     margin-bottom: 26px;
 }
 
 @media(max-width: 1366px) {
     /*.header .logo {
         width: 416px;
     }
 
     .top_nav {
         padding-top: 5px;
         height: 35px;
         line-height: 35px;
         position: absolute;
         right: 60px;
         top: 20px;
     }
 
     .top_nav li {
         float: left;
         width: 91px;
         height: 56px;
         text-align: center;
         font-size: 16px;
     }
 
     .top_nav .item .menu_wrap {
         width: 682px;
         background: #fff;
         position: absolute;
         left: 10px;
         top: 40px;
         display: none;
         padding: 14px;
     }
     
     .top_nav .item .menu_wrap img {
         width: 172px;
     }
 
     .top_nav .item .menu_wrap ul li {
         float: left;
         width: 110px;
         height: 63px;
         margin-left: 7px;
         margin-right: 7px;
         position: relative;
         padding-top: 30px;
     }
 
     .top_nav .item .menu_wrap ul li a {
         font-size: 15px;
         line-height: 18px;
     }
 
     .top_nav .item .menu_wrap ul li a .zh {
 
     }
 
     .top_nav .item .menu_wrap ul li a .en {
         font-size: 11px;
     }*/
 }
 
 @media(max-width: 1200px) {
     /*.header .logo {
         width: 245px;
     }
 
     .top_nav {
         padding-top: 5px;
         height: 35px;
         line-height: 35px;
         position: absolute;
         right: 60px;
         top: 20px;
     }
 
     .top_nav li {
         float: left;
         width: 65px;
         height: 40px;
         text-align: center;
         font-size: 14px;
     }
 
     .top_nav .item .menu_wrap {
         width: 430px;
         background: #fff;
         position: absolute;
         left: 45px;
         top: 35px;
         display: none;
         padding: 10px;
     }
     
     .top_nav .item .menu_wrap img {
         width: 123px;
     }
 
     .top_nav .item .menu_wrap ul li {
         float: left;
         width: 65px;
         height: 45px;
         margin-left: 5px;
         margin-right: 5px;
         position: relative;
         padding-top: 14px;
     }
 
     .top_nav .item .menu_wrap ul li a {
         font-size: 12px;
         line-height: 12px;
     }
 
     .top_nav .item .menu_wrap ul li a .zh {
 
     }
 
     .top_nav .item .menu_wrap ul li a .en {
         font-size: 12px;
     }*/
 }
 
 
 /*==========  banner  ==========*/
 .banner_s_wrap {
     margin: 0px auto;
 }
 
 .banner_s_wrap .banner_s {
     /*height: 560px;*/
     height: 500px;
     margin: 0px auto;
     background: url("../images/banner_s_1.jpg") no-repeat center center;
 }
 
 .h_note {
     width: 100%;
     margin:0px auto;
 }
 
 .h_note_c {
     width: 1200px;
     height: 30px;
     line-height: 30px;
     margin: 0px auto;
     position: relative; 
     font-size: 14px;
 }
 
 .h_note_c .title {
     display: block;
     line-height: 30px;
     width: 70px;
     height: 30px;
     left: 60px;
     top: 10px;
     color: #c52122;
     position: absolute;
     font-weight: bold;
 }
 
 .h_note_c ul {
     width: 1076px;
     height: 30px;
     line-height: 30px;
     background: #fff;
     position: absolute;
     left: 130px;
     top: 10px;
     overflow: hidden;
 }
 
 .h_note_c ul li {
     float: left;
     padding-left: 30px;
     padding-right: 25px;
     background: url("../images/note_item_bg.jpg") no-repeat 8px center;
 }
 
 .h_note_c ul li a{
     color: #000;
 }
 
 .h_loc {
     width: 100%;
     margin:0px auto;
     background: #cbe2e8;
 }
 
 .h_loc_c {
     width: 1200px;
     height: 40px;
     margin: 0px auto;
     /*background: url("../images/note_ico.jpg") no-repeat 16px center;*/
     position: relative; 
     font-size: 14px;
     line-height: 40px;
 }
 
 /*==========  bottom  ==========*/
 .bottom {
     background: #e5e6eb;
     color: #000;
     padding-top: 30px;
     margin-top: 30px;
 }
 
 .bottom .bottom_c {
     width: 1200px;
     margin: 0px auto;
 }
 
 .bottom .bottom_c .left {
     padding-left: 10px;
     width: 320px;
     color: #666;
     position: relative;
     border-right: 1px solid #fff;
     float: left;
 }
 
 .bottom .bottom_c .left .comp_name {
     padding-left: 0px;
 }
 
 .bottom .bottom_c .left .comp_name .ch {
     font-size: 34px;
     color: #425494;
     font-weight: bold;
 }
 
 .bottom .bottom_c .left .comp_name .en {
     font-size: 16px;
     color: #666;
     font-weight: normal;
 }
 
 .bottom .bottom_c .left .comp_hotline {
     background: url("../images/ico_hotline.jpg") no-repeat 10px center;
     padding-left: 40px;
     line-height: 30px;
     margin-top: 10px;
     margin-left: 30px;
 }
 
 .bottom .bottom_c .left .comp_mobile {
     background: url("../images/ico_mobile.jpg") no-repeat 10px center;
     padding-left: 40px;
     line-height: 30px;
     margin-top: 10px;
     margin-left: 30px;
 }
 
 .bottom .bottom_c .left .comp_address {
     background: url("../images/ico_add.jpg") no-repeat 10px center;
     padding-left: 40px;
     margin-top: 4px;
     margin-top: 10px;
     margin-left: 30px;
 }
 
 
 .bottom .bottom_c .mid {
     border-right: 1px solid #fff;
     float: left;
     padding-left: 60px;
     color: #666;
 }
 
 .bottom .bottom_c .mid ul {
     width: 100px;
     float: left;
     margin-right: 60px;
 }
 
 .bottom .bottom_c .mid ul li a {
     color: #666;
 }
 
 .bottom .bottom_c .mid ul li.title {
     font-size: 20px;
     margin-bottom: 10px;
     width: 80px;
     color: #000;
 }
 
 .bottom .bottom_c .mid ul li {
     line-height: 30px;
 }
 
 .bottom .bottom_c .right {
     width: 320px;
     float: right;
 }
 
 .bottom .bottom_c .right .ico {
     position: absolute;
     right: 5px;
     top: 5px;
 }
 
 .bottom .bottom_c .right .title {
     font-size: 20px;
     text-align: left;
 }
 
 .bottom .bottom_c .right .title .en {
     font-size: 14px;
     margin-left: 5px;
 }
 
 .bottom .bottom_c .right .fitlte {
     color: #ccc;
 }
 
 .bottom .bottom_c .right .inp_author {
     width: 322px;
     height: 28px;
     background: #ededed;
     position: relative;
     border: 1px solid #c7c7c7;
     margin-top: 10px;
 }
 
 .bottom .bottom_c .right .inp_author #author {
     border: 0px solid #fff;
     outline: none;
     position: absolute;
     left: 10px;
     top: 4px;
     color: #000;
     background: #ededed;
     width: 270px;
 }
 
 .bottom .bottom_c .right .inp_mobile {
     width: 322px;
     height: 28px;
     border: 1px solid #c7c7c7;
     background: #ededed;
     position: relative;
     margin-top: 10px;
 }
 
 .bottom .bottom_c .right .inp_mobile #tel {
     border: 0px solid #fff;
     outline: none;
     position: absolute;
     left: 10px;
     top: 4px;
     color: #000;
     background: #ededed;
     width: 270px;
 }
 
 
 .bottom .bottom_c .right .inp_comment {
     width: 322px;
     height: 73px;
     border: 1px solid #c7c7c7;
     background: #ededed;
     position: relative;
     margin-top: 10px;
 }
 
 .bottom .bottom_c .right .inp_comment #comment {
     border: 0px solid #fff;
     outline: none;
     position: absolute;
     left: 10px;
     top: 4px;
     color: #000;
     background: #ededed;
     width: 270px;
     height: 58px;
     resize: none;
 }
 
 .btn_submit {
     width: 90px;
     height: 30px;
     margin: 10px auto 0px;
     background: url("../images/btn_submit.jpg") no-repeat center center;
     cursor: pointer;
 }
 
 .f_link_wrap {
     width: 1200px;
     margin: 0px auto;
 }
 
 .f_link_wrap .f_title {
     font-size: 20px;
 }
 
 .f_link_wrap .un_line {
     width: 50px;
     height: 3px;
     background: #425494;
     margin: 2px 0px;
 }
 
 .f_link_wrap .f_list li {
     float: left;
     height: 40px;
     color: #666;
     line-height: 40px;
     margin-right: 20px;
 }
 
 .copyright {
     height: 50px;
     background: #425494;
     text-align: center;
     line-height: 50px;
     color: #fff;
 }
 
 .rec-pro .pro-wrap {
     width: 1200px;
     height: 300px;
     overflow: hidden;
     position: relative;
 }
 
 .rec-pro .pro-wrap .pro-list {
     width: 3000px;
     position: absolute;
     left: 0px;
     top: 0px;
 }
 #pages {
     /* width: 80px; */
     margin: 20px auto;
     overflow: hidden;
 }
 
 #pages li {
     float: left;
     /* width: 16px; */
     /* height: 16px; */
     /* border: 1px solid blue; */
     border-radius:8px;
     margin-right: 10px;
     cursor: pointer;
 }
 
 
 
 
 
 .pages1 {
     width: 80px;
     margin: 20px auto;
 }
 
 .pages1 li {
     float: left;
     width: 16px;
     height: 16px;
     border: 1px solid blue;
     border-radius:8px;
     margin-right: 10px;
     cursor: pointer;
 }
 
 .page_curr {
     background: blue;
 }
 
 
 
 
 table
 {
     border-collapse: collapse;
     margin: 0 auto;
     text-align: center;
 }
 table td, table th
 {
     border: 1px solid #cad9ea;
     color: #666;
     height: 30px;
 }
 table thead th
 {
     background-color: #CCE8EB;
     width: 100px;
 }
 table tr:nth-child(odd)
 {
     background: #fff;
 }
 table tr:nth-child(even)
 {
     background: #F5FAFA;
 
 }
 
 